home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / scrlit17.zip / WHATSNEW.DOC < prev   
Text File  |  1993-05-30  |  12KB  |  230 lines

  1.    SCROLLit        Advanced Scrollback Buffer                   May 30, 1993
  2.  
  3.  
  4.    ─────────────────────────────────────────────────────────────────────────
  5.    New in SCROLLit 1.7
  6.    ─────────────────────────────────────────────────────────────────────────
  7.  
  8.      ■  Users can now select an alternate hotkey instead of the default
  9.         Scroll Lock hotkey. The /H command line switch is used to specify a
  10.         different hotkey at installation or to change the hotkey after
  11.         SCROLLit has already been installed. For example, to install
  12.         SCROLLit with a 100k buffer and set 'Alt S' as the hotkey, type:
  13.  
  14.                SCROLLIT 100 /H=81F
  15.  
  16.         Please refer to the documentation for more information.
  17.  
  18.      ■  SCROLLit's scrollback buffer can be stored in upper memory (instead
  19.         of EMS, XMS or lower conventional memory) by using 'high loading'
  20.         software such as DOS 5's LOADHIGH command or QEMM's LOADHI program.
  21.         In some situations, the attempt to load SCROLLit's buffer into upper
  22.         memory was unsuccessful, causing the buffer to reside in lower
  23.         conventional memory. Fixed.
  24.  
  25.      ■  A new feature has been added for Desqview users. Some Desqview users
  26.         have reported that installing SCROLLit within a Desqview window
  27.         slows down the performance of programs operating in other Desqview
  28.         windows, despite the fact that SCROLLit releases it's timeslice
  29.         during idle keyboard polling. It turns out that any program or TSR
  30.         that hooks the timer interrupt will cause this speed degradation in
  31.         remaining Desqview windows. Quarterdeck's API programming staff have
  32.         confirmed that Desqview will wait one extra tick before giving up
  33.         the timeslice to ensure that the timer itself is serviced. The /NT
  34.         (for NoTimer) command line switch has been added to SCROLLit, to
  35.         allow installation without hooking the timer interrupt (the BIOS
  36.         keyboard interrupt is hooked instead). For example, Desqview users
  37.         who wish to optimize the performance of their system would install
  38.         SCROLLit by typing:
  39.  
  40.                SCROLLIT 100 /NT
  41.  
  42.         Please refer to the documentation for more information.
  43.  
  44.  
  45.    ─────────────────────────────────────────────────────────────────────────
  46.    SCROLLit 1.6
  47.    ─────────────────────────────────────────────────────────────────────────
  48.  
  49.      ■  Please note our new mailing address. Don't worry if you have mailed
  50.         something to our old address: we will continue to check for mail at
  51.         the old address for at least a year, or as long as mail continues to
  52.         arrive there.
  53.  
  54.      ■  SCROLLit can now be registered online using Compuserve's shareware
  55.         registration service ('GO SWREG'). When you register with the
  56.         service, the US$17 registration fee (plus a $3 surcharge to cover
  57.         Compuserve's service charge) is added to your monthly Compuserve
  58.         bill. Your SCROLLit registration key will be sent to you by
  59.         Compuserve mail (unless you request postal mail).
  60.  
  61.      ■  By default, SCROLLit uses a color scheme of blue and white against a
  62.         cyan background. While this combination looks fine on a color
  63.         monitor, some users of LCD notebooks report that these color
  64.         attributes lack definition when translated into the shades of grey
  65.         that these machines use to represent different colors. Two new
  66.         command line parameters have been added to allow the user to specify
  67.         the color attributes used in color text mode 3 (/AC=) and in
  68.         monochrome text mode 7 (/AM=). These commands can be used to set the
  69.         color attributes during installation or after SCROLLit has already
  70.         been installed. For example, to install SCROLLit with a 100k buffer
  71.         and customized color attributes for use during color mode 3, type:
  72.  
  73.                SCROLLit 100 /AC=20,27,2F,07
  74.  
  75.         Please refer to the documentation for more information.
  76.  
  77.      ■  The operation of SCROLLit inside a Desqview window has been fine-
  78.         tuned. Desqview users should notice smoother scrolling when browsing
  79.         through SCROLLit's buffer.
  80.  
  81.      ■  The Ctrl-Home bookmark is designed to return you to the same
  82.         position within the scrollback buffer as when you last exited
  83.         SCROLLit. In some situations, SCROLLit was not saving the correct
  84.         location within the scrollback buffer. In these cases, pressing
  85.         Ctrl-Home would either return you to an incorrect location within
  86.         the buffer, or, with some computers, cause a lockup requiring a
  87.         reboot. Fixed.
  88.  
  89.      ■  In certain situations (relatively rare), SCROLLit would fail during
  90.         installation, issuing an 'unexpected error 31' message and causing a
  91.         lockup requiring a reboot. Fixed.
  92.         
  93.  
  94.    ─────────────────────────────────────────────────────────────────────────
  95.    SCROLLit 1.5
  96.    ─────────────────────────────────────────────────────────────────────────
  97.  
  98.      ■  Pressing Ctrl-Home allows you to return to the position in the
  99.         scrollback buffer when you last exited SCROLLit. This feature is
  100.         often referred to as a 'bookmark'.  Older versions of SCROLLit were
  101.         only updating the buffer position when SCROLLit was exited with the
  102.         Esc key. If you exited with the Scroll Lock key, the bookmark was
  103.         not being updated. Fixed.
  104.  
  105.      ■  Two new command line switches, /- and /+, have been added to allow
  106.         SCROLLit's capturing of scrolling lines to be temporarily disabled
  107.         and then re-enabled.
  108.  
  109.      ■  A new command line switch, /R, has been added to provide more
  110.         information on how to register SCROLLit.
  111.  
  112.      ■  The /? command line switch will display a list of all command line
  113.         switches with a brief description of what they do.
  114.  
  115.    
  116.    ─────────────────────────────────────────────────────────────────────────
  117.    SCROLLit 1.4
  118.    ─────────────────────────────────────────────────────────────────────────
  119.  
  120.      ■  SCROLLit now supports 43/50 line mode of the EGA/VGA.  Actually,
  121.         SCROLLit will support any number of lines per screen so long as the
  122.         BIOS is aware of the new line setting. Note that some EGA/VGA cards
  123.         can provide 43/50 line mode support via the standard 80 column text
  124.         modes (modes 2, 3 and 7) and/or via a nonstandard video mode (such
  125.         as 50h). SCROLLit only supports the standard video modes, so you
  126.         should use these standard modes for 43/50 line support (using video
  127.         BIOS function 11h, subfunction 12h). If you find that you can only
  128.         enter 43/50 line mode with nonstandard modes, then try reseting the
  129.         video mode to the standard by changing the mode setting stored at
  130.         memory position 40h:49h.
  131.  
  132.      ■  SCROLLit was not supporting the color video mode 3 on certain
  133.         monochrome monitors. SCROLLit will now allow any 80 column text mode
  134.         (modes 2,3 or 7) on any monitor type. After installation, the video
  135.         mode can be switched between these modes and SCROLLit will still
  136.         capture scrolling and popup on request.
  137.  
  138.      ■  The default keyboard repeat rate on many computers is a relatively
  139.         slow 10.9 repeats per second.  The keyboard repeat rate determines
  140.         how fast SCROLLit will scroll the screen when you press and hold the
  141.         up arrow or down arrow key. SCROLLit was setting a fast keyboard
  142.         repeat rate on installation, but this new repeat rate would effect
  143.         all subsequent keypresses (not just SCROLLit). Some users have
  144.         pointed out that it is better for each user to set the repeat rate
  145.         he or she is most comfortable with. The keyboard repeat rate can be
  146.         set with DOS 5.0's MODE command or any number of public domain
  147.         utilities. SCROLLit 1.4 no longer changes the keyboard repeat rate.
  148.  
  149.      ■  SCROLLit captures 'clear-screen' requests in addition to both DOS
  150.         and BIOS screen scrolling. When you use the CLS command, for
  151.         example, SCROLLit will capture the information on the screen before
  152.         it is cleared. In addition, many programs clear the screen at
  153.         startup, which would leave gaps in your scrollback buffer if
  154.         SCROLLit did not intercept the clear-screen request. Another example
  155.         of the need to capture clear-screens is during Compuserve sessions
  156.         when the Compuserve terminal type is set to be page oriented.
  157.         Instead of scrolling old output, Compuserve issues a clear-screen
  158.         request after every page. SCROLLit will now capture these pages.
  159.  
  160.      ■  If 'search again, same text' was requested by pressing A before a
  161.         target string had ever been specified with either F (forward) or B
  162.         (backward), SCROLLit would hang while trying to search for an
  163.         undefined target string. Fixed.
  164.      
  165.      ■  It is now possible to popup other TSR programs over SCROLLit. This
  166.         is accomplished by issuing a 28h interrupt while SCROLLit is waiting
  167.         for input. If you use a popup calculator or screen grabber, for
  168.         example, they should now work while you are in SCROLLit.
  169.  
  170.      ■  The Procomm commands in the Appendix for setting BIOS screen
  171.         scrolling were for the old shareware version of Procomm 2.4.3., not
  172.         for Procomm Plus which needs no reconfiguring. The Qmodem command
  173.         given was for BIOS writing, not BIOS scrolling. Fixed.
  174.  
  175.  
  176.    ─────────────────────────────────────────────────────────────────────────
  177.    SCROLLit 1.3
  178.    ─────────────────────────────────────────────────────────────────────────
  179.  
  180.      ■  SCROLLit 1.2 was not properly restoring the state of the A20 line
  181.         when the buffer was stored in XMS.  This would cause the system to
  182.         hang in some cases, particularly if SCROLLit was installed in a
  183.         Desqview window and DV was using the high memory area (HMA). Fixed.
  184.  
  185.  
  186.    ─────────────────────────────────────────────────────────────────────────
  187.    SCROLLit 1.2
  188.    ─────────────────────────────────────────────────────────────────────────
  189.  
  190.      ■  During installation, SCROLLit performs a CRC test of the program to
  191.         ensure that the program has not been tampered with or infected with
  192.         a virus.  This CRC test would fail in Version 1.1 if SCROLLit was
  193.         loaded in a Desqview window.  Fixed.
  194.  
  195.      ■  Under certain circumstances, some versions of The Last Byte Memory
  196.         Manager appear to have difficulty loading a TSR into high memory if
  197.         the particular TSR has command line parameters beginning with a
  198.         slash (/). SCROLLit 1.2 will now accept either slashes or dashes.
  199.  
  200.  
  201.    ─────────────────────────────────────────────────────────────────────────
  202.    SCROLLit 1.1
  203.    ─────────────────────────────────────────────────────────────────────────
  204.  
  205.     ■  Broader support for ANSI drivers.  Version 1.0 was not capturing some
  206.        of the screen scrolling from certain ANSI drivers including older
  207.        (1987 and earlier) versions of Microsoft's ANSI.SYS.  SCROLLit
  208.        Version 1.1 has been tested with several versions of ANSI.SYS,
  209.        ANSI.COM, NANSI.SYS, ZANSI.SYS, VANSI.SYS and DVANSI.COM.  In the
  210.        case of the TSR drivers, (ANSI.COM and DVANSI.COM), SCROLLit should
  211.        be loaded AFTER the driver.
  212.  
  213.     ■  SCROLLit is now Desqview aware. If SCROLLit is loaded inside a
  214.        Desqview window, it will capture the scrolling of the Desqview screen
  215.        buffer, rather than the hardware screen buffer that is used outside
  216.        of Desqview. SCROLLit will give up it's time slice during periods of
  217.        inactivity to optimize the performance of your other Desqview
  218.        windows. All screen writing inside a Desqview window is direct
  219.        writing to the Desqview screen buffer, to ensure that SCROLLit output
  220.        stays within the Desqview window.
  221.  
  222.     ■  Scrolling algorithm finetuned - smaller code and faster performance.
  223.  
  224.  
  225.    ─────────────────────────────────────────────────────────────────────────
  226.    SCROLLit 1.0
  227.    ─────────────────────────────────────────────────────────────────────────
  228.  
  229.     ■  First public release.
  230.